*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Nunito',sans-serif;color:#000;background:#FFFC00;background-image:radial-gradient(circle at 50% 50%,#FFFC00,#FFF700);overflow:hidden}body{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}main{max-width:600px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}img.logo{width:80px;height:80px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2}p{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:400;line-height:1.5;max-width:90%}a.cta{display:inline-block;background:#000;color:#FFFC00;font-weight:700;text-decoration:none;padding:1rem 2rem;border-radius:50px;font-size:1.125rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2)}a.cta:hover,a.cta:focus{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.25);outline:2px solid transparent;outline-offset:2px}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,0.9);color:#fff;padding:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;transform:translateY(100%);transition:transform .3s ease-out;font-size:.875rem}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{margin:0;max-width:none}#cookie-banner button{background:#FFFC00;color:#000;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:700;font-family:'Nunito',sans-serif}#cookie-banner button:hover{opacity:.9}